ICommonUI.ShowConfirmDialog method ¶
Namespace: NextDesign.Desktop
Description¶
Displays a confirmation dialog. Returns the dialog operation result (OK = true/Cancel = false).
argument¶
Name | Type | Description |
---|---|---|
message | string | message null cannot be specified. |
caption | string | Caption (If omitted, use the application name) |
Return value¶
- bool
Exception¶
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null is specified in message |